'Usage Dim instance As ListBase(Of T) Dim array() As T instance.CopyTo(array)
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from ListBase<T>. The System.Array must have zero-based indexing.
'Usage Dim instance As ListBase(Of T) Dim array() As T instance.CopyTo(array)